home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 96 / PC Zone #096.7z / Dppcz1200.mdf / Demos / Gunlok / data1.cab / Program_Executable_Files / scripts / mplay_carpark.gls < prev    next >
Text File  |  2000-09-09  |  13KB  |  740 lines

  1. /************/
  2. /* INCLUDES */
  3. /************/
  4.  
  5. // n.b. when multiple inclusion is prevented some of these will be automatically included by others as required
  6.  
  7. // default things to inherit our objects from
  8.  
  9. #include "defaults.gsh"
  10.  
  11. // good guys
  12.  
  13. #include "frend.gsh"
  14. #include "hark.gsh"
  15. #include "gunlok.gsh"
  16. #include "elint.gsh"
  17. #include "maskelyn.gsh"
  18.  
  19. // bad guys
  20.  
  21.  
  22. // neutral things
  23.  
  24.  
  25. // fires
  26.  
  27. #include "carfire.gsh"
  28. #include "oilfire.gsh"
  29.  
  30. /*********/
  31. /* NOTES */
  32. /*********/
  33.  
  34. /**********/
  35. /* SHAPES */
  36. /**********/
  37. // world objects
  38.  
  39. shape Shp_SUPPORT_A
  40. {
  41.     file "levels\mplay_carpark.rif"
  42.     name "SUPPORT A"
  43. }
  44. shape Shp_SUPPORT_B
  45. {
  46.     file "levels\mplay_carpark.rif"
  47.     name "SUPPORT B"
  48. }
  49. shape Shp_SUPPORT_C
  50. {
  51.     file "levels\mplay_carpark.rif"
  52.     name "SUPPORT C"
  53. }
  54. shape Shp_SUPPORT_D
  55. {
  56.     file "levels\mplay_carpark.rif"
  57.     name "SUPPORT D"
  58. }
  59. shape Shp_SUPPORT_E
  60. {
  61.     file "levels\mplay_carpark.rif"
  62.     name "SUPPORT E"
  63. }
  64. shape Shp_SUPPORT_F
  65. {
  66.     file "levels\mplay_carpark.rif"
  67.     name "SUPPORT F"
  68. }
  69. shape Shp_SUPPORT_G
  70. {
  71.     file "levels\mplay_carpark.rif"
  72.     name "SUPPORT G"
  73. }
  74. shape Shp_SUPPORT_H
  75. {
  76.     file "levels\mplay_carpark.rif"
  77.     name "SUPPORT H"
  78. }
  79. shape Shp_SUPPORT_I
  80. {
  81.     file "levels\mplay_carpark.rif"
  82.     name "SUPPORT I"
  83. }
  84. shape Shp_SUPPORT_J
  85. {
  86.     file "levels\mplay_carpark.rif"
  87.     name "SUPPORT J"
  88. }
  89. shape Shp_SUPPORT_K
  90. {
  91.     file "levels\mplay_carpark.rif"
  92.     name "SUPPORT K"
  93. }
  94. shape Shp_SUPPORT_L
  95. {
  96.     file "levels\mplay_carpark.rif"
  97.     name "SUPPORT L"
  98. }
  99. shape Shp_SUPPORT_M
  100. {
  101.     file "levels\mplay_carpark.rif"
  102.     name "SUPPORT M"
  103. }
  104. shape Shp_SUPPORT_N
  105. {
  106.     file "levels\mplay_carpark.rif"
  107.     name "SUPPORT N"
  108. }
  109. shape Shp_LEVEL
  110. {
  111.     file "levels\mplay_carpark.rif"
  112.     name "LEVEL"
  113. }
  114. shape Shp_TRUCK_A
  115. {
  116.     file "OBJECTS\ARMYTRUCK.rif"
  117.     name "ARMYTRUCK"
  118. }
  119.  
  120. shape Shp_TRUCK_C
  121. {
  122.     file "OBJECTS\CAB_1.rif"
  123.     name "TRUCKA"
  124. }
  125.  
  126. shape Shp_TRUCK_E
  127. {
  128.     file "OBJECTS\CAB_3.rif"
  129.     name "TRUCKC"
  130. }
  131.  
  132. shape Shp_VAN_A
  133. {
  134.     file "OBJECTS\VAN.rif"
  135.     name "VAN"
  136. }
  137.  
  138. shape Shp_2CAR_A
  139. {
  140.     file "objects\estate car.rif"
  141.     name "estate car"
  142. }
  143.  
  144. shape Shp_CAR_A
  145. {
  146.     file "OBJECTS\CAR.rif"
  147.     name "CAR"
  148. }
  149.  
  150. shape Shp_JEEP_A
  151. {
  152.     file "OBJECTS\JEEP.rif"
  153.     name "JEEP"
  154. }
  155.  
  156. shape Shp_cara
  157. {
  158.     file "objects\car b.rif"
  159.     name "car b"
  160. }
  161.  
  162. shape Shp_JUNKPILE_J
  163. {
  164.     file "objects\JUNKPILE J.rif"
  165.     name "JUNKPILE J"
  166. }
  167.  
  168. shape Shp_JUNKPILE_K
  169. {
  170.     file "objects\JUNKPILE K.rif"
  171.     name "JUNKPILE K"
  172. }
  173.  
  174. shape Shp_JUNKPILE_L
  175. {
  176.     file "objects\JUNKPILE L.rif"
  177.     name "JUNKPILE L"
  178. }
  179.  
  180. shape Shp_JUNKPILE_E
  181. {
  182.     file "objects\JUNKPILE E.rif"
  183.     name "JUNKPILE E"
  184. }
  185. shape Shp_JUNKPILE_F
  186. {
  187.     file "objects\JUNKPILE F.rif"
  188.     name "JUNKPILE F"
  189. }
  190. shape Shp_GARBAGE_E
  191. {
  192.     file "objects\GARBAGE E.rif"
  193.     name "GARBAGE E"
  194. }
  195. shape Shp_GARBAGE_F
  196. {
  197.     file "objects\GARBAGE F.rif"
  198.     name "GARBAGE F"
  199. }
  200.  
  201. shape Shp_GARBAGE_A
  202. {
  203.     file "objects\GARBAGE A.rif"
  204.     name "GARBAGE A"
  205. }
  206.  
  207. shape Shp_GARBAGE_G
  208. {
  209.     file "objects\GARBAGE G.rif"
  210.     name "GARBAGE G"
  211. }
  212.  
  213. shape Shp_GARBAGE_I
  214. {
  215.     file "objects\GARBAGE I.rif"
  216.     name "GARBAGE I"
  217. }
  218.  
  219. shape Shp_GARBAGE_H
  220. {
  221.     file "objects\GARBAGE H.rif"
  222.     name "GARBAGE H"
  223. }
  224.  
  225. /**********/
  226. /* ROLES  */
  227. /**********/
  228.  
  229. // world objects
  230.  
  231. role Rol_SUPPORT_A : Rol_PlacedObject
  232. {
  233.     shape Shp_SUPPORT_A
  234. }
  235. role Rol_SUPPORT_B : Rol_PlacedObject
  236. {
  237.     shape Shp_SUPPORT_B
  238. }
  239. role Rol_SUPPORT_C : Rol_PlacedObject
  240. {
  241.     shape Shp_SUPPORT_C
  242. }
  243. role Rol_SUPPORT_D : Rol_PlacedObject
  244. {
  245.     shape Shp_SUPPORT_D
  246. }
  247. role Rol_SUPPORT_E : Rol_PlacedObject
  248. {
  249.     shape Shp_SUPPORT_E
  250. }
  251. role Rol_SUPPORT_F : Rol_PlacedObject
  252. {
  253.     shape Shp_SUPPORT_F
  254. }
  255. role Rol_SUPPORT_G : Rol_PlacedObject
  256. {
  257.     shape Shp_SUPPORT_G
  258. }
  259. role Rol_SUPPORT_H : Rol_PlacedObject
  260. {
  261.     shape Shp_SUPPORT_H
  262. }
  263. role Rol_SUPPORT_I : Rol_PlacedObject
  264. {
  265.     shape Shp_SUPPORT_I
  266. }
  267. role Rol_SUPPORT_J : Rol_PlacedObject
  268. {
  269.     shape Shp_SUPPORT_J
  270. }
  271. role Rol_SUPPORT_K : Rol_PlacedObject
  272. {
  273.     shape Shp_SUPPORT_K
  274. }
  275. role Rol_SUPPORT_L : Rol_PlacedObject
  276. {
  277.     shape Shp_SUPPORT_L
  278. }
  279. role Rol_SUPPORT_M : Rol_PlacedObject
  280. {
  281.     shape Shp_SUPPORT_M
  282. }
  283. role Rol_SUPPORT_N : Rol_PlacedObject
  284. {
  285.     shape Shp_SUPPORT_N
  286. }
  287. role Rol_LEVEL : Rol_PlacedObject
  288. {
  289.     shape Shp_LEVEL
  290. }
  291.  
  292. role Rol_TRUCK_A : Rol_PlacedObject
  293. {
  294.     shape Shp_TRUCK_A
  295. }
  296.  
  297. role Rol_TRUCK_C : Rol_PlacedObject
  298. {
  299.     shape Shp_TRUCK_C
  300. }
  301.  
  302. role Rol_TRUCK_E : Rol_PlacedObject
  303. {
  304.     shape Shp_TRUCK_E
  305. }
  306.  
  307. role Rol_VAN_A : Rol_PlacedObject
  308. {
  309.     shape Shp_VAN_A
  310. }
  311.  
  312. role Rol_2CAR_A : Rol_PlacedObject
  313. {
  314.     shape Shp_2CAR_A
  315. }
  316.  
  317.  
  318. role Rol_CAR_A : Rol_PlacedObject
  319. {
  320.     shape Shp_CAR_A
  321. }
  322.  
  323. role Rol_JEEP_A : Rol_PlacedObject
  324. {
  325.     shape Shp_JEEP_A
  326. }
  327.  
  328.  
  329. role Rol_cara : Rol_PlacedObject
  330. {
  331.     shape Shp_cara
  332. }
  333.  
  334. role Rol_Junkpile_J : Rol_DefaultGarbage
  335. {
  336.     shape Shp_JUNKPILE_J
  337. }
  338.  
  339. role Rol_Junkpile_K : Rol_DefaultGarbage
  340. {
  341.     shape Shp_JUNKPILE_K
  342. }
  343.  
  344. role Rol_Junkpile_L : Rol_DefaultGarbage
  345. {
  346.     shape Shp_JUNKPILE_L
  347. }
  348.  
  349. role Rol_Junkpile_E : Rol_DefaultGarbage
  350. {
  351.     shape Shp_JUNKPILE_E
  352. }
  353. role Rol_Junkpile_F : Rol_DefaultGarbage
  354. {
  355.     shape Shp_JUNKPILE_F
  356. }
  357. role Rol_Garbage_A : Rol_DefaultGarbage
  358. {
  359.     shape Shp_GARBAGE_A
  360. }
  361. role Rol_Garbage_G : Rol_DefaultGarbage
  362. {
  363.     shape Shp_GARBAGE_G
  364. }
  365. role Rol_Garbage_I : Rol_DefaultGarbage
  366. {
  367.     shape Shp_GARBAGE_I
  368. }
  369. role Rol_Garbage_H : Rol_DefaultGarbage
  370. {
  371.     shape Shp_GARBAGE_H
  372. }
  373. role Rol_Garbage_E : Rol_DefaultGarbage
  374. {
  375.     shape Shp_GARBAGE_E
  376. }
  377. role Rol_Garbage_F : Rol_DefaultGarbage
  378. {
  379.     shape Shp_GARBAGE_F
  380. }
  381.  
  382.  
  383. /***********/
  384. /* THE MAP */
  385. /***********/
  386.  
  387. map /* _THE_ map - doesnt need a label */
  388. {
  389.     file "levels\mplay_carpark.rif"
  390.     name "Land"
  391.     bitmap "bitmaps\\mplay_carpark.rim"
  392.     camera plane none
  393.     max camera distance 100 // TBD exactly
  394.     shadow object rif "levels\mplay_carpark_shadow.rif"
  395.     shadow object name "Land"
  396.  
  397.     // PLAYERS TROOPS
  398.  
  399.     // AI'S TROOPS
  400.  
  401.     // NEUTRAL OBJECTS
  402.  
  403.     use Rol_SUPPORT_A in team 0 for
  404.         "SUPPORT A" 
  405.  
  406.     use Rol_SUPPORT_B in team 0 for
  407.         "SUPPORT B" 
  408.  
  409.     use Rol_SUPPORT_C in team 0 for
  410.         "SUPPORT C" 
  411.  
  412.     use Rol_SUPPORT_D in team 0 for
  413.         "SUPPORT D" 
  414.  
  415.     use Rol_SUPPORT_E in team 0 for
  416.         "SUPPORT E" 
  417.  
  418.     use Rol_SUPPORT_F in team 0 for
  419.         "SUPPORT F" 
  420.  
  421.     use Rol_SUPPORT_G in team 0 for
  422.         "SUPPORT G" 
  423.  
  424.     use Rol_SUPPORT_H in team 0 for
  425.         "SUPPORT H" 
  426.  
  427.     use Rol_SUPPORT_I in team 0 for
  428.         "SUPPORT I" 
  429.  
  430.     use Rol_SUPPORT_J in team 0 for
  431.         "SUPPORT J" 
  432.  
  433.     use Rol_SUPPORT_K in team 0 for
  434.         "SUPPORT K" 
  435.  
  436.     use Rol_SUPPORT_L in team 0 for
  437.         "SUPPORT L" 
  438.  
  439.     use Rol_SUPPORT_M in team 0 for
  440.         "SUPPORT M" 
  441.  
  442.     use Rol_SUPPORT_N in team 0 for
  443.         "SUPPORT N" 
  444.  
  445.     use Rol_LEVEL in team 0 for
  446.         "LEVEL" 
  447.  
  448.     use Rol_TRUCK_A in team 0 for
  449.         "TRUCK A" and
  450.         "TRUCK B" 
  451.  
  452.     use Rol_TRUCK_C in team 0 for
  453.         "TRUCK C" and
  454.         "TRUCK D" 
  455.  
  456.     use Rol_TRUCK_E in team 0 for
  457.         "TRUCK E" and
  458.         "TRUCK F"
  459.  
  460.     use Rol_VAN_A in team 0 for
  461.         "VAN A" and
  462.         "VAN B" and
  463.         "VAN C" and
  464.         "VAN D" and
  465.         "VAN E" and
  466.         "VAN F" and
  467.         "VAN G" and
  468.         "VAN H"
  469.  
  470. use Rol_2CAR_A in team 0 for
  471.     "2CAR A" and
  472.     "2CAR B" and
  473.     "2CAR C" and
  474.     "2CAR D" and
  475.     "2CAR E" and
  476.     "2CAR F" and
  477.     "2CAR G" and
  478.     "2CAR H" and
  479.     "2CAR I" and
  480.     "2CAR J" and
  481.     "2CAR K" and
  482.     "2CAR L" and
  483.     "2CAR M" and
  484.     "2CAR N"
  485.  
  486.     use Rol_CAR_A in team 0 for
  487.         "CAR A" and
  488.         "CAR B" and
  489.         "CAR C" and
  490.         "CAR D" and
  491.         "CAR E" and
  492.         "CAR F" and
  493.         "CAR G" and
  494.         "CAR H" and
  495.         "CAR I" and
  496.         "CAR J" and
  497.         "CAR K" and
  498.         "CAR L" and
  499.         "CAR M" and
  500.         "CAR N" and
  501.         "CAR O" and
  502.         "CAR P" and
  503.         "CAR Q" and
  504.         "CAR R"
  505.  
  506.     use Rol_JEEP_A in team 0 for
  507.         "JEEP A" and
  508.         "JEEP B" and
  509.         "JEEP C" and
  510.         "JEEP D" and
  511.         "JEEP E"
  512.  
  513.  
  514.     use Rol_cara in team 0 for
  515.         "3cara" and
  516.         "3carb"
  517.  
  518.  
  519.     use Rol_Junkpile_J in team 0 for
  520.         "JUNKPILE JA" as "JUNKPILE_JA"
  521.     use Rol_Junkpile_J in team 0 for
  522.         "JUNKPILE JB" as "JUNKPILE_JB"
  523.     use Rol_Junkpile_J in team 0 for
  524.         "JUNKPILE JC" as "JUNKPILE_JC"
  525.     use Rol_Junkpile_J in team 0 for
  526.         "JUNKPILE JD" as "JUNKPILE_JD"
  527.  
  528.     use Rol_Junkpile_K in team 0 for
  529.         "JUNKPILE KA" as "JUNKPILE_KA"
  530.     use Rol_Junkpile_K in team 0 for
  531.         "JUNKPILE KB" as "JUNKPILE_KB"
  532.     use Rol_Junkpile_K in team 0 for
  533.         "JUNKPILE KC" as "JUNKPILE_KC"
  534.     use Rol_Junkpile_K in team 0 for
  535.         "JUNKPILE KD" as "JUNKPILE_KD"
  536.  
  537.     use Rol_Junkpile_L in team 0 for
  538.         "JUNKPILE LA" as "JUNKPILE_LA"
  539.     use Rol_Junkpile_L in team 0 for
  540.         "JUNKPILE LB" as "JUNKPILE_LB"
  541.     use Rol_Junkpile_L in team 0 for
  542.         "JUNKPILE LC" as "JUNKPILE_LC"
  543.     use Rol_Junkpile_L in team 0 for
  544.         "JUNKPILE LD" as "JUNKPILE_LD"
  545.  
  546.  
  547.     use Rol_Junkpile_E in team 0 for
  548.         "JUNKPILE E" as "JUNKPILE_E"
  549.  
  550.     use Rol_Junkpile_E in team 0 for
  551.         "JUNKPILE EB" as "JUNKPILE_EB"
  552.  
  553.     use Rol_Junkpile_E in team 0 for
  554.         "JUNKPILE EC" as "JUNKPILE_EC"
  555.  
  556.     use Rol_Junkpile_E in team 0 for
  557.         "JUNKPILE ED" as "JUNKPILE_ED"
  558.  
  559.     use Rol_Junkpile_E in team 0 for
  560.         "JUNKPILE EF" as "JUNKPILE_EF"
  561.  
  562.     use Rol_Junkpile_E in team 0 for
  563.         "JUNKPILE EG" as "JUNKPILE_EG"
  564.  
  565.     use Rol_Junkpile_E in team 0 for
  566.         "JUNKPILE EH" as "JUNKPILE_EH"
  567.  
  568.     use Rol_Junkpile_E in team 0 for
  569.         "JUNKPILE EI" as "JUNKPILE_EI"
  570.  
  571.     use Rol_Junkpile_E in team 0 for
  572.         "JUNKPILE EJ" as "JUNKPILE_EJ"
  573.  
  574.     use Rol_Junkpile_E in team 0 for
  575.         "JUNKPILE EK" as "JUNKPILE_EK"
  576.  
  577.     use Rol_Junkpile_E in team 0 for
  578.         "JUNKPILE EL" as "JUNKPILE_EL"
  579.  
  580.     use Rol_Junkpile_E in team 0 for
  581.         "JUNKPILE EM" as "JUNKPILE_EM"
  582.  
  583.  
  584.  
  585.  
  586.     use Rol_Junkpile_F in team 0 for
  587.         "JUNKPILE F" as "JUNKPILE_F"
  588.  
  589.     use Rol_Junkpile_F in team 0 for
  590.         "JUNKPILE FB" as "JUNKPILE_FB"
  591.  
  592.     use Rol_Junkpile_F in team 0 for
  593.         "JUNKPILE FC" as "JUNKPILE_FC"
  594.  
  595.     use Rol_Junkpile_F in team 0 for
  596.         "JUNKPILE FD" as "JUNKPILE_FD"
  597.  
  598.     use Rol_Junkpile_F in team 0 for
  599.         "JUNKPILE FE" as "JUNKPILE_FE"
  600.  
  601.     use Rol_Junkpile_F in team 0 for
  602.         "JUNKPILE FF" as "JUNKPILE_FF"
  603.  
  604.     use Rol_Junkpile_F in team 0 for
  605.         "JUNKPILE FG" as "JUNKPILE_FG"
  606.  
  607.     use Rol_Junkpile_F in team 0 for
  608.         "JUNKPILE FH" as "JUNKPILE_FH"
  609.  
  610.     use Rol_Junkpile_F in team 0 for
  611.         "JUNKPILE FI" as "JUNKPILE_FI"
  612.  
  613.     use Rol_Junkpile_F in team 0 for
  614.         "JUNKPILE FJ" as "JUNKPILE_FJ"
  615.  
  616.     use Rol_Junkpile_F in team 0 for
  617.         "JUNKPILE FK" as "JUNKPILE_FK"
  618.  
  619.     use Rol_Junkpile_F in team 0 for
  620.         "JUNKPILE FL" as "JUNKPILE_FL"
  621.  
  622.     use Rol_Junkpile_F in team 0 for
  623.         "JUNKPILE FM" as "JUNKPILE_FM"
  624.  
  625.  
  626.  
  627.  
  628.  
  629.     use Rol_Garbage_E in team 0 for
  630.         "GARBAGE E" as "GARBAGE_E"
  631.     
  632.     use Rol_Garbage_E in team 0 for
  633.         "GARBAGE EB" as "GARBAGE_EB"
  634.     
  635.     use Rol_Garbage_E in team 0 for
  636.         "GARBAGE EC" as "GARBAGE_EC"
  637.     
  638.     use Rol_Garbage_E in team 0 for
  639.         "GARBAGE ED" as "GARBAGE_ED"
  640.     
  641.     use Rol_Garbage_E in team 0 for
  642.         "GARBAGE EE" as "GARBAGE_EE"
  643.     
  644.     use Rol_Garbage_E in team 0 for
  645.         "GARBAGE EF" as "GARBAGE_EF"
  646.     
  647.     use Rol_Garbage_E in team 0 for
  648.         "GARBAGE EG" as "GARBAGE_EG"
  649.     
  650.     use Rol_Garbage_E in team 0 for
  651.         "GARBAGE EH" as "GARBAGE_EH"
  652.     
  653.     use Rol_Garbage_E in team 0 for
  654.         "GARBAGE EI" as "GARBAGE_EI"
  655.     
  656.     use Rol_Garbage_E in team 0 for
  657.         "GARBAGE EJ" as "GARBAGE_EJ"
  658.     
  659.     use Rol_Garbage_E in team 0 for
  660.         "GARBAGE EK" as "GARBAGE_EK"
  661.     
  662.     use Rol_Garbage_E in team 0 for
  663.         "GARBAGE EL" as "GARBAGE_EL"
  664.  
  665.  
  666.  
  667.  
  668.  
  669.     use Rol_Garbage_F in team 0 for
  670.         "GARBAGE F" as "GARBAGE_F"
  671.     
  672.     use Rol_Garbage_F in team 0 for
  673.         "GARBAGE FB" as "GARBAGE_FB"
  674.     
  675.     use Rol_Garbage_F in team 0 for
  676.         "GARBAGE FC" as "GARBAGE_FC"
  677.  
  678.     use Rol_Garbage_F in team 0 for
  679.         "GARBAGE FD" as "GARBAGE_FD"
  680.  
  681.     use Rol_Garbage_F in team 0 for
  682.         "GARBAGE FE" as "GARBAGE_FE"
  683.  
  684.     use Rol_Garbage_F in team 0 for
  685.         "GARBAGE FF" as "GARBAGE_FF"
  686.     
  687.     use Rol_Garbage_F in team 0 for
  688.         "GARBAGE FG" as "GARBAGE_FG"
  689.  
  690.     use Rol_Garbage_F in team 0 for
  691.         "GARBAGE FH" as "GARBAGE_FH"
  692.     
  693.     use Rol_Garbage_F in team 0 for
  694.         "GARBAGE FI" as "GARBAGE_FI"
  695.     
  696.     use Rol_Garbage_F in team 0 for
  697.         "GARBAGE FJ" as "GARBAGE_FJ"
  698.     
  699.     use Rol_Garbage_F in team 0 for
  700.         "GARBAGE FK" as "GARBAGE_FK"
  701.     
  702.     use Rol_Garbage_F in team 0 for
  703.         "GARBAGE FL" as "GARBAGE_FL"
  704.  
  705.         use Rol_Garbage_A in team 0 for
  706.         "GARBAGE AA" as "GARBAGE_AA"
  707.         use Rol_Garbage_A in team 0 for
  708.         "GARBAGE AB" as "GARBAGE_AB"
  709.         use Rol_Garbage_A in team 0 for
  710.         "GARBAGE AC" as "GARBAGE_AC"
  711.         use Rol_Garbage_A in team 0 for
  712.         "GARBAGE AD" as "GARBAGE_AD"
  713.  
  714.         use Rol_Garbage_G in team 0 for
  715.         "GARBAGE GA" as "GARBAGE_GA"
  716.         use Rol_Garbage_G in team 0 for
  717.         "GARBAGE GB" as "GARBAGE_GB"
  718.         use Rol_Garbage_G in team 0 for
  719.         "GARBAGE GC" as "GARBAGE_GC"
  720.         use Rol_Garbage_G in team 0 for
  721.         "GARBAGE GD" as "GARBAGE_GD"
  722.  
  723.         use Rol_Garbage_I in team 0 for
  724.         "GARBAGE IA" as "GARBAGE_IA"
  725.         use Rol_Garbage_I in team 0 for
  726.         "GARBAGE IB" as "GARBAGE_IB"
  727.         use Rol_Garbage_I in team 0 for
  728.         "GARBAGE IC" as "GARBAGE_IC"
  729.         use Rol_Garbage_I in team 0 for
  730.         "GARBAGE ID" as "GARBAGE_ID"
  731.  
  732.         use Rol_Garbage_H in team 0 for
  733.         "GARBAGE HA" as "GARBAGE_HA"
  734.         use Rol_Garbage_H in team 0 for
  735.         "GARBAGE HB" as "GARBAGE_HB"
  736.         use Rol_Garbage_H in team 0 for
  737.         "GARBAGE HC" as "GARBAGE_HC"
  738.         use Rol_Garbage_H in team 0 for
  739.         "GARBAGE HD" as "GARBAGE_HD"
  740. }